home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
gepackte_disketten
/
1993
/
05_93_2.dms
/
05_93_2.adf
/
amos
/
MouseClick.asc
< prev
next >
Wrap
Text File
|
1993-02-10
|
407b
|
14 lines
Rem Multitasking abschalten
C=Execall(-132)
Rem rechte Maustaste=Exit
Repeat
KLICK=Btst(6,$BFE001)
If not KLICK :Rem Linke Maustaste gedrückt ?
Bell
Repeat
KLICK=Btst(6,$BFE001) Warten, bis linke Maustaste wieder losgelassen
Until KLICK
End if
Until Btst(2,$DFF016)=0 :Rem Programmabbruch mit rechter Maustaste
C=Execall(-138) : Rem Multitasking einschalten